|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
POP3 header structure. More...
Public Attributes | |
| string | name |
| string | user |
| string | mailId |
| string | password |
| string | strSmtpServer |
| string | strPop3Server |
| vector< Mail > | mails |
| Pop3HeaderType | headerType |
Public Attributes inherited from Header | |
| Pdu | payload |
POP3 header structure.
| Pop3HeaderType Pop3Header::headerType |
| string Pop3Header::mailId |
| vector<Mail> Pop3Header::mails |
| string Pop3Header::name |
| string Pop3Header::password |
| string Pop3Header::strPop3Server |
| string Pop3Header::strSmtpServer |
| string Pop3Header::user |